Skip to content

Add component for outage notification #2008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2022
Merged

Conversation

catarak
Copy link
Member

@catarak catarak commented Apr 3, 2022

Changes:
This PR adds a Notification component with an outage message. This is to prepare for the database maintenance scheduled for Saturday, April 8 11PM EDT.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

@catarak catarak merged commit c743f2d into develop Apr 3, 2022
@release-com
Copy link

release-com bot commented Apr 3, 2022

Release Environments

This pull request environment is provided by Release, learn more!
To see the status of the environment click on Environment Status below.

  • p5.js-web-editor

🔧Environment Status : https://app.releasehub.com/public/Processing%20Foundation/env-72e1dd2003

@catarak catarak deleted the feature/outage-notification branch April 4, 2022 00:24
if (!notification) {
// show the toast
dispatch(showToast(30000));
const text = `There is a scheduled outage on Sunday, April 9 3AM - 5AM UTC.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@catarak
Is this on Saturday, April 9? Someone was having trouble with the date.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is on Sunday the 10th. Sorry, this is a confusion from converting EDT to UTC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants